Platform Explorer / Nuxeo Platform 6.0

Extension point blobProperties

Documentation

Extension point to contribute the blob property to use for a given document type.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.pictures.tiles.service.TilingBlobPropertyDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-imaging-tiling-6.0.jar
    <extension point="blobProperties" target="org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent">
        <blobProperties>
          <blobProperty docType="Picture">picture:views/item[4]/content</blobProperty>
        </blobProperties>
      </extension>